home *** CD-ROM | disk | FTP | other *** search
- object ocheckwiz: Tocheckwiz
- Left = 188
- Top = 181
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Overwrite Checking'
- ClientHeight = 279
- ClientWidth = 458
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 7
- Top = 236
- Width = 442
- Height = 2
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 8
- Top = 8
- Width = 113
- Height = 217
- end
- object Image1: TImage
- Left = 9
- Top = 9
- Width = 110
- Height = 214
- Picture.Data = {<image000.bmp>}
- end
- object Label2: TLabel
- Left = 205
- Top = 186
- Width = 3
- Height = 13
- Visible = False
- end
- object Button1: TButton
- Left = 204
- Top = 247
- Width = 75
- Height = 25
- Caption = '< Back'
- Enabled = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 282
- Top = 247
- Width = 75
- Height = 25
- Caption = 'Next >'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 374
- Top = 247
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button3Click
- end
- object RichEdit1: TRichEdit
- Left = 136
- Top = 16
- Width = 313
- Height = 113
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Enabled = False
- Lines.Strings = (
- 'Uninstall Manager will now check your windows system files. '
- 'After scanning, a list will be generated showing you which '
- 'system files (.dll , .drv , .vxd ...) have been changed.'
- ''
-
- 'Depending on the number of files in your system folder, this may' +
- ' '
- 'take a few minutes.'
- ''
- 'Press the '#39'Next'#39' button below to start overwrite checking.')
- ParentCtl3D = False
- TabOrder = 4
- end
- object Animate1: TAnimate
- Left = 259
- Top = 132
- Width = 48
- Height = 45
- Active = False
- CommonAVI = aviFindComputer
- StopFrame = 8
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 442
- Height = 222
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- object Label3: TLabel
- Left = 175
- Top = 207
- Width = 91
- Height = 13
- Caption = '--- No changes ----'
- Visible = False
- end
- object ListView1: TListView
- Left = 0
- Top = 0
- Width = 442
- Height = 197
- Hint =
- 'Shows which system files (.dll , .drv , .vxd ...) have been chan' +
- 'ged.'
- BiDiMode = bdLeftToRight
- Columns = <
- item
- Caption = 'File name'
- Width = 100
- end
- item
- Alignment = taRightJustify
- Caption = 'Size (current)'
- Width = 74
- end
- item
- Alignment = taRightJustify
- Caption = 'Size (previous)'
- Width = 81
- end
- item
- Alignment = taRightJustify
- Caption = 'Version (current)'
- Width = 89
- end
- item
- Caption = 'Description (current)'
- Width = 250
- end>
- ColumnClick = False
- GridLines = True
- ReadOnly = True
- RowSelect = True
- ParentBiDiMode = False
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- end
-